net/http.transferReader.ProtoMinor (field)
7 uses
net/http (current package)
transfer.go#L440: ProtoMinor int
transfer.go#L450: return t.ProtoMajor > m || (t.ProtoMajor == m && t.ProtoMinor >= n)
transfer.go#L494: t.ProtoMinor = rr.ProtoMinor
transfer.go#L495: t.Close = shouldClose(t.ProtoMajor, t.ProtoMinor, t.Header, true)
transfer.go#L504: t.ProtoMinor = rr.ProtoMinor
transfer.go#L514: if t.ProtoMajor == 0 && t.ProtoMinor == 0 {
transfer.go#L515: t.ProtoMajor, t.ProtoMinor = 1, 1
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)